home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 7: Sunsite
/
Linux Cubed Series 7 - Sunsite Vol 1.iso
/
system
/
serial
/
callback.001
/
callback~
/
callback
/
lib
/
ttyline
/
ttyline.p
< prev
next >
Wrap
Text File
|
1996-07-22
|
253b
|
17 lines
#ifndef _ttyline_P_
#define _ttyline_P_
#include <ctype.h>
#include "ttyline.h"
extern unsigned
active_index, /* index used when looking for active lines */
n_lines;
extern char
**ttyline;
extern int
active_line;
#endif